internal/chacha8rand.State.c (field)
11 uses
internal/chacha8rand (current package)
chacha8.go#L42: c uint32
chacha8.go#L77: s.c = 0
chacha8.go#L86: s.c += ctrInc
chacha8.go#L87: if s.c == ctrMax {
chacha8.go#L99: s.c = 0
chacha8.go#L101: block(&s.seed, &s.buf, s.c)
chacha8.go#L104: if s.c == ctrMax-ctrInc {
chacha8.go#L136: used := (s.c/ctrInc)*chunk + s.i
chacha8.go#L162: s.c = ctrInc * (uint32(used) / chunk)
chacha8.go#L163: block(&s.seed, &s.buf, s.c)
chacha8.go#L166: if s.c == ctrMax-ctrInc {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |